home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import components.LocalizedLabel;
- import components.LocalizedText;
- import flash.accessibility.*;
- import flash.data.*;
- import flash.debugger.*;
- import flash.desktop.*;
- import flash.display.*;
- import flash.errors.*;
- import flash.events.*;
- import flash.external.*;
- import flash.filesystem.*;
- import flash.filters.*;
- import flash.geom.*;
- import flash.html.*;
- import flash.html.script.*;
- import flash.media.*;
- import flash.net.*;
- import flash.printing.*;
- import flash.profiler.*;
- import flash.system.*;
- import flash.text.*;
- import flash.ui.*;
- import flash.utils.*;
- import flash.xml.*;
- import mx.binding.*;
- import mx.containers.HBox;
- import mx.containers.VBox;
- import mx.controls.HRule;
- import mx.controls.Image;
- import mx.controls.LinkButton;
- import mx.controls.Spacer;
- import mx.core.DeferredInstanceFromFunction;
- import mx.core.UIComponentDescriptor;
- import mx.core.mx_internal;
- import mx.events.PropertyChangeEvent;
- import mx.states.AddChild;
- import mx.states.RemoveChild;
- import mx.states.State;
- import mx.styles.*;
-
- use namespace mx_internal;
-
- public class SecurityInfo extends VBox implements IBindingClient
- {
- private static var _watcherSetupUtil:IWatcherSetupUtil;
-
- private var _1869917749airPackageIcon:Class;
-
- public var _SecurityInfo_LocalizedText2:LocalizedText;
-
- private var _documentDescriptor_:UIComponentDescriptor;
-
- private var _354487367systemAccessField:LocalizedLabel;
-
- private var _229542092greenCircleIcon:Class;
-
- mx_internal var _watchers:Array;
-
- private var _992840477airIcon:Class;
-
- private var _2057878774redSecurityIcon:Class;
-
- private var _2018223089accessStatusIcon:Image;
-
- private var _1197773823appIconBG:Class;
-
- private var _1654957862redCircleIcon:Class;
-
- private var _265384475moreOptionsButton:LinkButton;
-
- public var _SecurityInfo_LocalizedLabel2:LocalizedLabel;
-
- public var _SecurityInfo_Image1:Image;
-
- mx_internal var _bindingsByDestination:Object;
-
- public var _SecurityInfo_RemoveChild1:RemoveChild;
-
- mx_internal var _bindingsBeginWithWord:Object;
-
- private var _703057299yellowSecurityIcon:Class;
-
- mx_internal var _bindings:Array;
-
- private var _406672806identityVerified:Boolean = false;
-
- private var _embed_mxml_assets_down_arrow_png_1113717148:Class;
-
- private var _1707366196redBlockedIcon:Class;
-
- public function SecurityInfo()
- {
- this._documentDescriptor_ = new UIComponentDescriptor({
- "type":VBox,
- "propertiesFactory":function():Object
- {
- return {"childDescriptors":[new UIComponentDescriptor({
- "type":Spacer,
- "propertiesFactory":function():Object
- {
- return {"height":14};
- }
- }),new UIComponentDescriptor({
- "type":HRule,
- "propertiesFactory":function():Object
- {
- return {
- "percentWidth":100,
- "height":2
- };
- }
- }),new UIComponentDescriptor({
- "type":LinkButton,
- "id":"moreOptionsButton",
- "events":{
- "addedToStage":"__moreOptionsButton_addedToStage",
- "removedFromStage":"__moreOptionsButton_removedFromStage",
- "click":"__moreOptionsButton_click"
- },
- "stylesFactory":function():void
- {
- this.icon = _embed_mxml_assets_down_arrow_png_1113717148;
- },
- "propertiesFactory":function():Object
- {
- return {
- "labelPlacement":"left",
- "visible":false
- };
- }
- })]};
- }
- });
- this._992840477airIcon = SecurityInfo_airIcon;
- this._1869917749airPackageIcon = SecurityInfo_airPackageIcon;
- this._703057299yellowSecurityIcon = SecurityInfo_yellowSecurityIcon;
- this._2057878774redSecurityIcon = SecurityInfo_redSecurityIcon;
- this._1707366196redBlockedIcon = SecurityInfo_redBlockedIcon;
- this._1654957862redCircleIcon = SecurityInfo_redCircleIcon;
- this._229542092greenCircleIcon = SecurityInfo_greenCircleIcon;
- this._1197773823appIconBG = SecurityInfo_appIconBG;
- this._embed_mxml_assets_down_arrow_png_1113717148 = SecurityInfo__embed_mxml_assets_down_arrow_png_1113717148;
- this.mx_internal::_bindings = [];
- this.mx_internal::_watchers = [];
- this.mx_internal::_bindingsByDestination = {};
- this.mx_internal::_bindingsBeginWithWord = {};
- super();
- mx_internal::_document = this;
- if(!this.styleDeclaration)
- {
- this.styleDeclaration = new CSSStyleDeclaration();
- }
- this.styleDeclaration.defaultFactory = function():void
- {
- this.verticalGap = 0;
- };
- this.states = [this._SecurityInfo_State1_c()];
- }
-
- public static function set watcherSetupUtil(param1:IWatcherSetupUtil) : void
- {
- SecurityInfo._watcherSetupUtil = param1;
- }
-
- public function __moreOptionsButton_click(param1:MouseEvent) : void
- {
- this.openPanel();
- }
-
- public function __moreOptionsButton_removedFromStage(param1:Event) : void
- {
- this.moreOptionsButton.visible = false;
- }
-
- [Bindable(event="propertyChange")]
- private function get redSecurityIcon() : Class
- {
- return this._2057878774redSecurityIcon;
- }
-
- private function _SecurityInfo_LocalizedLabel4_i() : LocalizedLabel
- {
- var _loc1_:LocalizedLabel = new LocalizedLabel();
- this.systemAccessField = _loc1_;
- _loc1_.resourceName = "lblUnrestricted";
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.styleName = "formItemText";
- _loc1_.id = "systemAccessField";
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- [Bindable(event="propertyChange")]
- public function get accessStatusIcon() : Image
- {
- return this._2018223089accessStatusIcon;
- }
-
- private function _SecurityInfo_bindingExprs() : void
- {
- var _loc1_:* = undefined;
- _loc1_ = LocalizationManager.getInstance().getString("lblMoreOptions","SecurityInfo");
- _loc1_ = this.moreOptionsButton;
- _loc1_ = this.identityVerified ? this.greenCircleIcon : this.redCircleIcon;
- _loc1_ = this.identityVerified ? "lblVerified" : "lblUnknown";
- _loc1_ = !this.identityVerified;
- _loc1_ = !this.identityVerified;
- _loc1_ = this.redCircleIcon;
- }
-
- public function set systemAccessField(param1:LocalizedLabel) : void
- {
- var _loc2_:Object = this._354487367systemAccessField;
- if(_loc2_ !== param1)
- {
- this._354487367systemAccessField = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"systemAccessField",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_Spacer2_c() : Spacer
- {
- var _loc1_:Spacer = new Spacer();
- _loc1_.height = 12;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function _SecurityInfo_Spacer4_c() : Spacer
- {
- var _loc1_:Spacer = new Spacer();
- _loc1_.height = 10;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- [Bindable(event="propertyChange")]
- public function get moreOptionsButton() : LinkButton
- {
- return this._265384475moreOptionsButton;
- }
-
- public function set accessStatusIcon(param1:Image) : void
- {
- var _loc2_:Object = this._2018223089accessStatusIcon;
- if(_loc2_ !== param1)
- {
- this._2018223089accessStatusIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"accessStatusIcon",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_HBox2_c() : HBox
- {
- var _loc1_:HBox = new HBox();
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_LocalizedLabel1_c());
- _loc1_.addChild(this._SecurityInfo_LocalizedLabel2_i());
- return _loc1_;
- }
-
- private function _SecurityInfo_HBox4_c() : HBox
- {
- var _loc1_:HBox = new HBox();
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_LocalizedLabel3_c());
- _loc1_.addChild(this._SecurityInfo_LocalizedLabel4_i());
- return _loc1_;
- }
-
- public function __moreOptionsButton_addedToStage(param1:Event) : void
- {
- this.moreOptionsButton.visible = true;
- }
-
- private function _SecurityInfo_AddChild1_c() : AddChild
- {
- var _loc1_:AddChild = new AddChild();
- _loc1_.targetFactory = new DeferredInstanceFromFunction(this._SecurityInfo_Spacer2_c);
- return _loc1_;
- }
-
- private function _SecurityInfo_LocalizedLabel1_c() : LocalizedLabel
- {
- var _loc1_:LocalizedLabel = new LocalizedLabel();
- _loc1_.resourceName = "lblPublisherIdentity";
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.minWidth = 115;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function _SecurityInfo_LocalizedLabel3_c() : LocalizedLabel
- {
- var _loc1_:LocalizedLabel = new LocalizedLabel();
- _loc1_.resourceName = "lblSystemAccess";
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.minWidth = 115;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- [Bindable(event="propertyChange")]
- public function get identityVerified() : Boolean
- {
- return this._406672806identityVerified;
- }
-
- private function _SecurityInfo_LocalizedText1_c() : LocalizedText
- {
- var _loc1_:LocalizedText = new LocalizedText();
- _loc1_.percentWidth = 100;
- _loc1_.useHTML = true;
- _loc1_.resourceName = "msgPotentialSecurityRisk";
- _loc1_.bundleName = "SecurityInfo";
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function _SecurityInfo_VBox2_c() : VBox
- {
- var _loc1_:VBox = new VBox();
- _loc1_.percentWidth = 100;
- _loc1_.setStyle("verticalGap",0);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_LocalizedText1_c());
- _loc1_.addChild(this._SecurityInfo_Spacer3_c());
- _loc1_.addChild(this._SecurityInfo_HBox1_c());
- _loc1_.addChild(this._SecurityInfo_Spacer4_c());
- _loc1_.addChild(this._SecurityInfo_HBox3_c());
- return _loc1_;
- }
-
- override public function initialize() : void
- {
- var bindings:Array;
- var watchers:Array;
- var i:uint;
- var target:SecurityInfo = null;
- var watcherSetupUtilClass:Object = null;
- mx_internal::setDocumentDescriptor(this._documentDescriptor_);
- bindings = this._SecurityInfo_bindingsSetup();
- watchers = [];
- target = this;
- if(_watcherSetupUtil == null)
- {
- watcherSetupUtilClass = getDefinitionByName("_SecurityInfoWatcherSetupUtil");
- watcherSetupUtilClass["init"](null);
- }
- _watcherSetupUtil.setup(this,function(param1:String):*
- {
- return target[param1];
- },bindings,watchers);
- i = 0;
- while(i < bindings.length)
- {
- Binding(bindings[i]).execute();
- i++;
- }
- mx_internal::_bindings = mx_internal::_bindings.concat(bindings);
- mx_internal::_watchers = mx_internal::_watchers.concat(watchers);
- super.initialize();
- }
-
- [Bindable(event="propertyChange")]
- private function get redBlockedIcon() : Class
- {
- return this._1707366196redBlockedIcon;
- }
-
- [Bindable(event="propertyChange")]
- private function get airPackageIcon() : Class
- {
- return this._1869917749airPackageIcon;
- }
-
- private function _SecurityInfo_State1_c() : State
- {
- var _loc1_:State = new State();
- _loc1_.name = "opened";
- _loc1_.overrides = [this._SecurityInfo_RemoveChild1_i(),this._SecurityInfo_AddChild1_c(),this._SecurityInfo_AddChild2_c()];
- return _loc1_;
- }
-
- private function _SecurityInfo_Image1_i() : Image
- {
- var _loc1_:Image = new Image();
- this._SecurityInfo_Image1 = _loc1_;
- _loc1_.id = "_SecurityInfo_Image1";
- BindingManager.executeBindings(this,"_SecurityInfo_Image1",this._SecurityInfo_Image1);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- public function set moreOptionsButton(param1:LinkButton) : void
- {
- var _loc2_:Object = this._265384475moreOptionsButton;
- if(_loc2_ !== param1)
- {
- this._265384475moreOptionsButton = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"moreOptionsButton",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_VBox4_c() : VBox
- {
- var _loc1_:VBox = new VBox();
- _loc1_.percentWidth = 100;
- _loc1_.setStyle("horizontalAlign","left");
- _loc1_.setStyle("verticalGap",-3);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_HBox4_c());
- _loc1_.addChild(this._SecurityInfo_LocalizedText3_c());
- return _loc1_;
- }
-
- private function set redSecurityIcon(param1:Class) : void
- {
- var _loc2_:Object = this._2057878774redSecurityIcon;
- if(_loc2_ !== param1)
- {
- this._2057878774redSecurityIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"redSecurityIcon",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_LocalizedText3_c() : LocalizedText
- {
- var _loc1_:LocalizedText = new LocalizedText();
- _loc1_.resourceName = "lblFullAccess";
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.percentWidth = 100;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function set greenCircleIcon(param1:Class) : void
- {
- var _loc2_:Object = this._229542092greenCircleIcon;
- if(_loc2_ !== param1)
- {
- this._229542092greenCircleIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"greenCircleIcon",_loc2_,param1));
- }
- }
-
- private function set airIcon(param1:Class) : void
- {
- var _loc2_:Object = this._992840477airIcon;
- if(_loc2_ !== param1)
- {
- this._992840477airIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"airIcon",_loc2_,param1));
- }
- }
-
- [Bindable(event="propertyChange")]
- public function get systemAccessField() : LocalizedLabel
- {
- return this._354487367systemAccessField;
- }
-
- [Bindable(event="propertyChange")]
- private function get appIconBG() : Class
- {
- return this._1197773823appIconBG;
- }
-
- [Bindable(event="propertyChange")]
- private function get greenCircleIcon() : Class
- {
- return this._229542092greenCircleIcon;
- }
-
- private function set redCircleIcon(param1:Class) : void
- {
- var _loc2_:Object = this._1654957862redCircleIcon;
- if(_loc2_ !== param1)
- {
- this._1654957862redCircleIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"redCircleIcon",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_Spacer3_c() : Spacer
- {
- var _loc1_:Spacer = new Spacer();
- _loc1_.height = 10;
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- public function openPanel() : void
- {
- currentState = "opened";
- stage.stageHeight = 315;
- }
-
- public function set identityVerified(param1:Boolean) : void
- {
- var _loc2_:Object = this._406672806identityVerified;
- if(_loc2_ !== param1)
- {
- this._406672806identityVerified = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"identityVerified",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_bindingsSetup() : Array
- {
- var binding:Binding = null;
- var result:Array = [];
- binding = new Binding(this,function():String
- {
- var _loc1_:* = LocalizationManager.getInstance().getString("lblMoreOptions","SecurityInfo");
- return _loc1_ == undefined ? null : String(_loc1_);
- },function(param1:String):void
- {
- moreOptionsButton.label = param1;
- },"moreOptionsButton.label");
- result[0] = binding;
- binding = new Binding(this,function():DisplayObject
- {
- return moreOptionsButton;
- },function(param1:DisplayObject):void
- {
- _SecurityInfo_RemoveChild1.target = param1;
- },"_SecurityInfo_RemoveChild1.target");
- result[1] = binding;
- binding = new Binding(this,function():Object
- {
- return identityVerified ? greenCircleIcon : redCircleIcon;
- },function(param1:Object):void
- {
- _SecurityInfo_Image1.source = param1;
- },"_SecurityInfo_Image1.source");
- result[2] = binding;
- binding = new Binding(this,function():String
- {
- var _loc1_:* = identityVerified ? "lblVerified" : "lblUnknown";
- return _loc1_ == undefined ? null : String(_loc1_);
- },function(param1:String):void
- {
- _SecurityInfo_LocalizedLabel2.resourceName = param1;
- },"_SecurityInfo_LocalizedLabel2.resourceName");
- result[3] = binding;
- binding = new Binding(this,function():Boolean
- {
- return !identityVerified;
- },function(param1:Boolean):void
- {
- _SecurityInfo_LocalizedText2.includeInLayout = param1;
- },"_SecurityInfo_LocalizedText2.includeInLayout");
- result[4] = binding;
- binding = new Binding(this,function():Boolean
- {
- return !identityVerified;
- },function(param1:Boolean):void
- {
- _SecurityInfo_LocalizedText2.visible = param1;
- },"_SecurityInfo_LocalizedText2.visible");
- result[5] = binding;
- binding = new Binding(this,function():Object
- {
- return redCircleIcon;
- },function(param1:Object):void
- {
- accessStatusIcon.source = param1;
- },"accessStatusIcon.source");
- result[6] = binding;
- return result;
- }
-
- [Bindable(event="propertyChange")]
- private function get redCircleIcon() : Class
- {
- return this._1654957862redCircleIcon;
- }
-
- private function _SecurityInfo_HBox1_c() : HBox
- {
- var _loc1_:HBox = new HBox();
- _loc1_.percentWidth = 100;
- _loc1_.setStyle("verticalAlign","top");
- _loc1_.setStyle("horizontalGap",14);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_Image1_i());
- _loc1_.addChild(this._SecurityInfo_VBox3_c());
- return _loc1_;
- }
-
- [Bindable(event="propertyChange")]
- private function get airIcon() : Class
- {
- return this._992840477airIcon;
- }
-
- private function _SecurityInfo_LocalizedText2_i() : LocalizedText
- {
- var _loc1_:LocalizedText = new LocalizedText();
- this._SecurityInfo_LocalizedText2 = _loc1_;
- _loc1_.percentWidth = 100;
- _loc1_.resourceName = "lblPublisherUndetermined";
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.id = "_SecurityInfo_LocalizedText2";
- BindingManager.executeBindings(this,"_SecurityInfo_LocalizedText2",this._SecurityInfo_LocalizedText2);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function _SecurityInfo_AddChild2_c() : AddChild
- {
- var _loc1_:AddChild = new AddChild();
- _loc1_.targetFactory = new DeferredInstanceFromFunction(this._SecurityInfo_VBox2_c);
- return _loc1_;
- }
-
- private function set airPackageIcon(param1:Class) : void
- {
- var _loc2_:Object = this._1869917749airPackageIcon;
- if(_loc2_ !== param1)
- {
- this._1869917749airPackageIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"airPackageIcon",_loc2_,param1));
- }
- }
-
- private function set redBlockedIcon(param1:Class) : void
- {
- var _loc2_:Object = this._1707366196redBlockedIcon;
- if(_loc2_ !== param1)
- {
- this._1707366196redBlockedIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"redBlockedIcon",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_VBox3_c() : VBox
- {
- var _loc1_:VBox = new VBox();
- _loc1_.percentWidth = 100;
- _loc1_.setStyle("horizontalAlign","left");
- _loc1_.setStyle("verticalGap",-3);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_HBox2_c());
- _loc1_.addChild(this._SecurityInfo_LocalizedText2_i());
- return _loc1_;
- }
-
- private function _SecurityInfo_LocalizedLabel2_i() : LocalizedLabel
- {
- var _loc1_:LocalizedLabel = new LocalizedLabel();
- this._SecurityInfo_LocalizedLabel2 = _loc1_;
- _loc1_.bundleName = "SecurityInfo";
- _loc1_.styleName = "formItemText";
- _loc1_.id = "_SecurityInfo_LocalizedLabel2";
- BindingManager.executeBindings(this,"_SecurityInfo_LocalizedLabel2",this._SecurityInfo_LocalizedLabel2);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- private function set yellowSecurityIcon(param1:Class) : void
- {
- var _loc2_:Object = this._703057299yellowSecurityIcon;
- if(_loc2_ !== param1)
- {
- this._703057299yellowSecurityIcon = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"yellowSecurityIcon",_loc2_,param1));
- }
- }
-
- private function _SecurityInfo_Image2_i() : Image
- {
- var _loc1_:Image = new Image();
- this.accessStatusIcon = _loc1_;
- _loc1_.id = "accessStatusIcon";
- BindingManager.executeBindings(this,"accessStatusIcon",this.accessStatusIcon);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- return _loc1_;
- }
-
- [Bindable(event="propertyChange")]
- private function get yellowSecurityIcon() : Class
- {
- return this._703057299yellowSecurityIcon;
- }
-
- private function _SecurityInfo_RemoveChild1_i() : RemoveChild
- {
- var _loc1_:RemoveChild = new RemoveChild();
- this._SecurityInfo_RemoveChild1 = _loc1_;
- BindingManager.executeBindings(this,"_SecurityInfo_RemoveChild1",this._SecurityInfo_RemoveChild1);
- return _loc1_;
- }
-
- private function _SecurityInfo_HBox3_c() : HBox
- {
- var _loc1_:HBox = new HBox();
- _loc1_.percentWidth = 100;
- _loc1_.setStyle("verticalAlign","top");
- _loc1_.setStyle("horizontalGap",14);
- if(!_loc1_.document)
- {
- _loc1_.document = this;
- }
- _loc1_.addChild(this._SecurityInfo_Image2_i());
- _loc1_.addChild(this._SecurityInfo_VBox4_c());
- return _loc1_;
- }
-
- private function set appIconBG(param1:Class) : void
- {
- var _loc2_:Object = this._1197773823appIconBG;
- if(_loc2_ !== param1)
- {
- this._1197773823appIconBG = param1;
- this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"appIconBG",_loc2_,param1));
- }
- }
- }
- }
-
-